-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Posture] Agent link now has underline #141118
[Cloud Posture] Agent link now has underline #141118
Conversation
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security Posture) |
return ( | ||
<a | ||
// eslint-disable-next-line @elastic/eui/href-or-on-click |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're not the only ones that did this
return ( | ||
<a | ||
// eslint-disable-next-line @elastic/eui/href-or-on-click | ||
<EuiLink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to still be able to navigate with href
("open in new tab")
an updated version, the row is not fully clickable, just the links. all can be opened in new tab and have underlines on hover Screen.Recording.2022-09-20.at.20.05.04.mov |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @JordanSh |
Before and After video
Screen.Recording.2022-09-20.at.18.19.05.mov